home *** CD-ROM | disk | FTP | other *** search
- /* Statusbar drag and drop display, based on IE Tab code */
-
- statusbarpanel[simtimstatdrag="left"] {
- -moz-appearance: none;
- visibility: visible;
- display: -moz-box !important;
- border-left-width: 2px;
- border-left-color: red;
- }
-
- statusbarpanel[simtimstatdrag="right"] {
- -moz-appearance: none;
- visibility: visible;
- display: -moz-box !important;
- border-right-width: 2px;
- border-right-color: red;
- }
-
- .simtim-aboutName {
- font-size: 200%;
- font-family: georgia;
- }
-
- .simtim-sliderName {
- font-size: 125%;
- font-weight: bold;
- }
-
- .simtim-aboutCredits {
- font-size: 85%;
- }
-
- .simtim-aboutLinks {
- color: blue;
- cursor: pointer;
- }
-
- #simtim-tpanelChangelog {
- overflow: auto;
- max-height: 20px; /* so it uses height of Credits tab, no more */
- }
-
- .simtim-aboutLogVersion {
- font-size: 125%;
- font-weight: bold;
- }
-
- .simtim-prefGroupboxLabel {
- font-size: 125%;
- font-weight: bold;
- }
-
- /* ugly focus ring -- actually line -- when no label on checkbox
- so lets remove checkbox focus ring */
- checkbox:focus > .checkbox-label-box {
- border: 1px dotted transparent !important;
- }
-
- /* prefpane sizing weirdness, so force it */
- prefpane#simtim-paneNotificationsSimple > vbox.content-box {
- min-height: 24em;
- }
-
- prefpane#simtim-paneMiscSimple > vbox.content-box {
- min-height: 42em;
- }
-
- dialog#simtim-dlgTimerComplete {
- min-width: 250px;
- }
-
- dialog#simtim-dlgEventLog {
- min-width: 650px;
- }
-
- .simtim-prefAudioListen {
- list-style-image: url("chrome://simpletimer/content/images/audio.png");
- }
-
- #simtim-statpanelImage[status="normal"] {
- list-style-image: url("chrome://simpletimer/content/images/clockBlue16.png");
- }
-
- #simtim-statpanelImage[status="notify"] {
- list-style-image: url("chrome://simpletimer/content/images/clockRed16.png");
- }
-
- #simtim-clock48Image {
- list-style-image: url("chrome://simpletimer/content/images/clock48.png");
- }
-
- textbox.simtim-borderColors {
- -moz-appearance: none;
- border: 3px solid;
- -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow transparent;
- -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow transparent;
- -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow transparent;
- -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent;
- }
-
- .simtim-boldLabel {
- font-weight: bold;
- }
-
- rows#simtim-rowsNotify {
- background-color: #98F5FF;
- color: #000000;
- }
-
- rows#simtim-rowsTimers {
- background-color: #FFAAEE;
- color: #000000;
- }
-
- treecol#simtim-colTime {
- min-width: 80px;
- }
-
- treecol#simtim-colRecur {
- min-width: 30px;
- }
-
- treechildren#simtim-treeItems::-moz-tree-checkbox {
- /* unchecked checkbox treecells.
- This style MUST come before treechildren::-moz-tree-checkbox(checked)
- otherwise it won't take effect. */
- list-style-image: none;
-
- }
-
- treechildren#simtim-treeItems::-moz-tree-checkbox(checked){
- /* checked cells. */
- list-style-image: url("chrome://simpletimer/content/images/cbox-check.png");
- }
-
- treechildren#simtim-treeItems::-moz-tree-row(selected) {
- background-color: #FFFFAA;
- }
-
- treechildren#simtim-treeItems::-moz-tree-row(odd) {
- background-color: #EEEEEE;
- }
-
- treechildren#simtim-treeItems::-moz-tree-row(odd, selected) {
- background-color: #FFFFAA;
- }
-
- treechildren#simtim-treeItems::-moz-tree-cell-text(odd) {
- color: #000000;
- }
-
- treechildren#simtim-treeItems::-moz-tree-cell-text(selected) {
- color: #000000;
- }
-
- treechildren#simtim-treeItems::-moz-tree-cell-text(odd, selected) {
- color: #000000;
- }
-